type github.com/jackc/pgx/v5/pgtype.scanPlanQcharCodecString

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		qchar.go#L68: 			return scanPlanQcharCodecString{}
		qchar.go#L119: type scanPlanQcharCodecString struct{}
		qchar.go#L121: func (scanPlanQcharCodecString) Scan(src []byte, dst any) error {